Skip to content

Fix unclosed div tag in README.md - #10

Merged
Exocija merged 1 commit into
Exocija:mainfrom
hobostay:fix/readme-unclosed-div-tags
Aug 15, 2026
Merged

Fix unclosed div tag in README.md#10
Exocija merged 1 commit into
Exocija:mainfrom
hobostay:fix/readme-unclosed-div-tags

Conversation

@hobostay

@hobostay hobostay commented May 5, 2026

Copy link
Copy Markdown

Summary

  • The first <div align="center"> block (containing the logo image) was never closed before the second <div align="center"> block began, creating malformed nested HTML
  • Added the missing </div> closing tag after the logo image

Test plan

  • View the README on GitHub and verify the layout renders correctly with the logo and typing SVG in their expected positions

馃 Generated with Claude Code

The first <div align="center"> (containing the logo image) was never
closed before the second <div align="center"> block started, creating
nested/malformed HTML.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@Exocija
Exocija merged commit c8b9838 into Exocija:main Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants